type github.com/gotd/td/transport.wrappedConn (struct)

Method Implmentations

Close() error wrappedConn.M : io.Closer.Close wrappedConn.M : io.ReadCloser.Close wrappedConn.M : io.ReadWriteCloser.Close wrappedConn.M : io.WriteCloser.Close wrappedConn.M : net.Conn.Close
LocalAddr() net.Addr wrappedConn.M : net.Conn.LocalAddr
Read(b []byte) (int, error) wrappedConn.M : io.ReadCloser.Read wrappedConn.M : io.Reader.Read wrappedConn.M : io.ReadWriteCloser.Read wrappedConn.M : io.ReadWriter.Read wrappedConn.M : net.Conn.Read
RemoteAddr() net.Addr wrappedConn.M : net.Conn.RemoteAddr
SetDeadline(t time.Time) error wrappedConn.M : net.Conn.SetDeadline
Write(b []byte) (n int, err error) wrappedConn.M : internal/bisect.Writer.Write wrappedConn.M : io.ReadWriteCloser.Write wrappedConn.M : io.ReadWriter.Write wrappedConn.M : io.WriteCloser.Write wrappedConn.M : io.Writer.Write wrappedConn.M : net.Conn.Write wrappedConn.M : crypto/tls.transcriptHash.Write